QuickOPC User's Guide and Reference
DAItemValueArguments<TValue> Constructor(DAItemValueArguments<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAItemValueArguments<TValue> Class > DAItemValueArguments<TValue> Constructor : DAItemValueArguments<TValue> Constructor(DAItemValueArguments<TValue>)
The item value arguments object to copy from.
Initializes a new copy of the DAItemValueArguments<TValue> object.
Syntax
'Declaration
 
Public Function New( _
   ByVal args As DAItemValueArguments(Of TValue) _
)
'Usage
 
Dim args As DAItemValueArguments(Of TValue)
 
Dim instance As New DAItemValueArguments(Of TValue)(args)
public DAItemValueArguments<TValue>( 
   DAItemValueArguments<TValue> args
)
public:
DAItemValueArguments<TValue>( 
   DAItemValueArguments<TValue^>^ args
)

Parameters

args
The item value arguments object to copy from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also